home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / e / rxobj.lha / rxobj_examples / arexxtry.rexx next >
OS/2 REXX Batch file  |  1995-10-29  |  446b  |  23 lines

  1. /*
  2. ** This is an ARexx script showing how to 
  3. ** speak with our rxobj_oo module.
  4. **
  5. ** The port is called FabioSoft
  6. **
  7. ** (C)Copyright 1995 Fabio Rotondo
  8. **
  9. ** e-mail:  fsoft@intercom.it
  10. **
  11. */
  12.  
  13. ADDRESS 'FabioSoft'
  14.  
  15. Note that all words will be uppercase
  16. This is an ARexx _Feature_
  17. So you do not have to think about UpperStr() messages
  18. But if you want to have up/low case
  19. 'Just Enclose The Message Into Single Quotes!'
  20. 'AnD NoW We QuIt!'
  21. QUIT
  22. Exit
  23.